Skip to content

Conversation

@arteria32
Copy link
Contributor

No description provided.

@gravity-ui
Copy link
Contributor

gravity-ui bot commented Nov 1, 2025

Preview is ready.

@gravity-ui
Copy link
Contributor

gravity-ui bot commented Nov 1, 2025

Visual Tests Report is ready.

@arteria32
Copy link
Contributor Author

@ogonkov
Hi, can you please check a MR?

border-radius: 100%;

&:not(:first-child) {
&:not(:last-child) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like some mistyping, can you return empty line here please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This selector is necessary for determining the correct size of the container.
With &:not..
image

Without &:not..
Screenshot 2025-11-15 at 09 11 18

{visibleItems}
{hasMoreButton ? (
<AvatarStackItem key="more-button">
<AvatarStackItem key="more-button" style={{zIndex: 0}}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this object to some variable outside of component please, to avoid redundant props change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines 7 to 9
type Props = React.PropsWithChildren<{
style?: React.CSSProperties;
}>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
type Props = React.PropsWithChildren<{
style?: React.CSSProperties;
}>;
type Props = React.PropsWithChildren<Pick<HTMLLIElement, 'style'>>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants